home *** CD-ROM | disk | FTP | other *** search
- ;; $Source: c:/lib/mutt/RCS/mytext.mut $
- ;; $Revision: 1.2 $
- ;; $Date: 1992/05/10 13:04:53 $
-
- (defun
- text-mode-hook
- {
- (bind-local-key "fill-paragraph" "M-q")
-
- (bind-local-key "" "M-J")
-
- (bind-local-key "backward-paragraph" "M-[")
- (bind-local-key "forward-paragraph" "M-]")
- (bind-local-key "" "M-h")
- (bind-local-key "underline-line" "M-_")
- }
- fill-paragraph
- {
- (mark-paragraph)
- (adjust-block)
- }
- )
-